home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 September
/
PCWorld_2008-09_cd.bin
/
domacnost a kancelar
/
winbubble
/
WinBubble 1.74.exe
/
WinBubble 1.74\Tools\lawrence.vbs
< prev
next >
Wrap
Text File
|
2008-07-13
|
373b
|
12 lines
Set ObjArg = WScript.Arguments
Dim strArg
If WScript.Arguments.Count > 0 Then
Dim strInfo
Set objApp = CreateObject("Shell.Application")
For Each strArg in objArg
objApp.shellExecute "cmd.exe", " /c ECHO Y| cacls " & chr(34) & strArg & chr(34) & " /T /G %username%:F", , "runas", 1
Next
Set objNet = Nothing
Set objApp = Nothing
End If